[INFO] fetching crate nacos-sdk 0.6.0...
[INFO] testing nacos-sdk-0.6.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate nacos-sdk 0.6.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate nacos-sdk 0.6.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate nacos-sdk 0.6.0
[INFO] tweaked toml for crates.io crate nacos-sdk 0.6.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nacos-sdk 0.6.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nacos-sdk 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nacos-macro v0.2.0
[INFO] [stderr]   Downloaded axum-core v0.4.5
[INFO] [stderr]   Downloaded tonic-build v0.12.3
[INFO] [stderr]   Downloaded local_ipaddress v0.1.3
[INFO] [stderr]   Downloaded tonic v0.12.3
[INFO] [stderr]   Downloaded arc-swap v1.8.1
[INFO] [stderr]   Downloaded axum v0.7.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 961cc20e78261ee490b7f1240acbd6eaadf93b3276c1e443650ae8d0d9c858ba
[INFO] running `Command { std: "docker" "start" "-a" "961cc20e78261ee490b7f1240acbd6eaadf93b3276c1e443650ae8d0d9c858ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "961cc20e78261ee490b7f1240acbd6eaadf93b3276c1e443650ae8d0d9c858ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "961cc20e78261ee490b7f1240acbd6eaadf93b3276c1e443650ae8d0d9c858ba", kill_on_drop: false }`
[INFO] [stdout] 961cc20e78261ee490b7f1240acbd6eaadf93b3276c1e443650ae8d0d9c858ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b3ee1a046b99931d84a07eaec057e8417cd95fa80216e8401c3a5473d3bba0b
[INFO] running `Command { std: "docker" "start" "-a" "0b3ee1a046b99931d84a07eaec057e8417cd95fa80216e8401c3a5473d3bba0b", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling arc-swap v1.8.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling local_ipaddress v0.1.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling nacos-macro v0.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling nacos-sdk v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "0b3ee1a046b99931d84a07eaec057e8417cd95fa80216e8401c3a5473d3bba0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b3ee1a046b99931d84a07eaec057e8417cd95fa80216e8401c3a5473d3bba0b", kill_on_drop: false }`
[INFO] [stdout] 0b3ee1a046b99931d84a07eaec057e8417cd95fa80216e8401c3a5473d3bba0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6deec4ed489d25610d9630bc3e2446c06a1d7cc3972002744072de2dec950db
[INFO] running `Command { std: "docker" "start" "-a" "c6deec4ed489d25610d9630bc3e2446c06a1d7cc3972002744072de2dec950db", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling mockall_derive v0.11.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling nacos-macro v0.2.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling mockall v0.11.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling nacos-sdk v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "c6deec4ed489d25610d9630bc3e2446c06a1d7cc3972002744072de2dec950db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6deec4ed489d25610d9630bc3e2446c06a1d7cc3972002744072de2dec950db", kill_on_drop: false }`
[INFO] [stdout] c6deec4ed489d25610d9630bc3e2446c06a1d7cc3972002744072de2dec950db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d5d51aa26d7eb44bf308a02249fa91cebdbb79b77065b967b3779b02844a8f5a
[INFO] running `Command { std: "docker" "start" "-a" "d5d51aa26d7eb44bf308a02249fa91cebdbb79b77065b967b3779b02844a8f5a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nacos_sdk-4977a7a015e3959c)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test api::config::tests::test_api_config_service ... ignored
[INFO] [stdout] [2m2026-03-30T04:53:35.860162Z[0m [32m INFO[0m common::cache::tests::test_cache ThreadId(07) [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m20:[0m Creating DiskStore [3mpath[0m[2m=[0m/root/nacos/naming/test-naming
[INFO] [stdout] test api::config::tests::test_api_config_service_publish_config ... ignored
[INFO] [stdout] test api::config::tests::test_api_config_service_publish_config_beta ... ignored
[INFO] [stdout] test api::config::tests::test_api_config_service_publish_config_cas ... ignored
[INFO] [stdout] test api::config::tests::test_api_config_service_publish_config_param ... ignored
[INFO] [stdout] [2m2026-03-30T04:53:35.861048Z[0m [32m INFO[0m common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache[0m[2m:[0m [2msrc/common/cache/mod.rs[0m[2m:[0m[2m32:[0m Loading cache by disk-store
[INFO] [stdout] [2m2026-03-30T04:53:35.861506Z[0m [32m INFO[0m common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m93:[0m Loading cache from disk [3mpath[0m[2m=[0m/root/nacos/naming/test-naming
[INFO] [stdout] [2m2026-03-30T04:53:35.861582Z[0m [32m INFO[0m common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m96:[0m Cache directory does not exist, will create [3mpath[0m[2m=[0m/root/nacos/naming/test-naming
[INFO] [stdout] test api::config::tests::test_api_config_service_remove_config ... ignored
[INFO] [stdout] test api::plugin::auth::auth_by_http::tests::test_http_login_auth_plugin ... ignored
[INFO] [stdout] test api::plugin::config_filter::tests::test_config_filter ... ok
[INFO] [stdout] test api::plugin::encryption::tests::test_config_encryption_filters ... ok
[INFO] [stdout] test api::plugin::encryption::tests::test_config_encryption_filters_empty ... ok
[INFO] [stdout] test common::error::tests::test_handle_response_failure ... ok
[INFO] [stdout] test common::error::tests::test_handle_response_success ... ok
[INFO] [stdout] test common::executor::tests::test_common_thread_cores ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.862554Z[0m [31mERROR[0m common::remote::grpc::handlers::client_detection_request_handler::tests::test_request_reply_when_convert_payload_error ThreadId(23) [2mnacos_sdk::common::remote::grpc::handlers::client_detection_request_handler[0m[2m:[0m [2msrc/common/remote/grpc/handlers/client_detection_request_handler.rs[0m[2m:[0m[2m21:[0m convert payload to ClientDetectionRequest error. Err(ErrResult("grpc payload body is empty"))
[INFO] [stdout] [2m2026-03-30T04:53:35.862623Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m352:[0m UnaryCallLayerC
[INFO] [stdout] [2m2026-03-30T04:53:35.862660Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m310:[0m UnaryCallLayerB
[INFO] [stdout] [2m2026-03-30T04:53:35.862644Z[0m [34mDEBUG[0m                            common::remote::grpc::handlers::client_detection_request_handler::tests::test_request_reply ThreadId(22) [2mnacos_sdk::common::remote::grpc::handlers::client_detection_request_handler[0m[2m:[0m [2msrc/common/remote/grpc/handlers/client_detection_request_handler.rs[0m[2m:[0m[2m26:[0m ClientDetectionRequestHandler receive a request: ClientDetectionRequest { headers: {}, request_id: Some("test-request-id") }
[INFO] [stdout] [2m2026-03-30T04:53:35.862676Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m267:[0m UnaryCallLayerA
[INFO] [stdout] test api::props::tests::test_get_server_list ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.862711Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m244:[0m DynamicUnaryCallServiceA
[INFO] [stdout] [2m2026-03-30T04:53:35.862727Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m287:[0m DynamicUnaryCallServiceB
[INFO] [stdout] test common::remote::grpc::handlers::client_detection_request_handler::tests::test_request_reply_when_convert_payload_error ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.862741Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m329:[0m DynamicUnaryCallServiceC
[INFO] [stdout] [2m2026-03-30T04:53:35.862755Z[0m [34mDEBUG[0m                                                  common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ThreadId(25) [2mnacos_sdk::common::remote::grpc::nacos_grpc_service::unary_call_layer_test[0m[2m:[0m [2msrc/common/remote/grpc/nacos_grpc_service.rs[0m[2m:[0m[2m370:[0m RealDynamicUnaryCallService
[INFO] [stdout] test common::remote::grpc::nacos_grpc_service::unary_call_layer_test::test ... ok
[INFO] [stdout] test common::remote::grpc::nacos_grpc_client::tests::test_send_request ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.864565Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(17) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m183:[0m Saving cache entry to disk [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:35.865062Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(17) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m34:[0m Opening temp file for write [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp
[INFO] [stdout] [2m2026-03-30T04:53:35.865162Z[0m [31mERROR[0m                                     common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_can_not_send ThreadId(30) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m394:[0m grpc call task get an error: get result failed: bi_request failed, callback can not invoke, receiver has been closed.
[INFO] [stdout] [2m2026-03-30T04:53:35.864966Z[0m [31mERROR[0m                         common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_request_service_is_ready ThreadId(31) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m205:[0m bi request service is not ready. get result failed: test_service is not ready.
[INFO] [stdout] [2m2026-03-30T04:53:35.865323Z[0m [31mERROR[0m                         common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_request_service_is_ready ThreadId(31) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m394:[0m grpc call task get an error: get result failed: test_service is not ready.
[INFO] [stdout] [2m2026-03-30T04:53:35.864989Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(13) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m183:[0m Saving cache entry to disk [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:35.865533Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(13) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m34:[0m Opening temp file for write [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp
[INFO] [stdout] [2m2026-03-30T04:53:35.867881Z[0m [31mERROR[0m                              common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_response_send_error ThreadId(33) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m213:[0m bi_request failed, callback can not invoke, send error. get result failed: callback send failed. the receiver has been dropped
[INFO] [stdout] [2m2026-03-30T04:53:35.867941Z[0m [31mERROR[0m                              common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_response_send_error ThreadId(33) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m394:[0m grpc call task get an error: get result failed: bi_request failed, callback can not invoke, send error.
[INFO] [stdout] test common::remote::grpc::handlers::client_detection_request_handler::tests::test_request_reply ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.869170Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(17) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m51:[0m Write and flushed temp file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp
[INFO] [stdout] test common::executor::tests::test_spawn ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.869250Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(17) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m56:[0m Atomic rename from temp file to target file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp [3mwrite_path[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] test common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_response_error ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.869345Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(17) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m51:[0m Write and flushed temp file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp
[INFO] [stdout] [2m2026-03-30T04:53:35.869399Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(17) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m56:[0m Atomic rename from temp file to target file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp [3mwrite_path[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] test common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request ... ok
[INFO] [stdout] test common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_can_not_send ... ok
[INFO] [stdout] test common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_request_service_is_ready ... ok
[INFO] [stdout] test api::plugin::encryption::tests::test_config_encryption_filters_not_need_cipher ... ok
[INFO] [stdout] test common::remote::grpc::tonic::tonic_bi_call_tests::test_bi_request_and_response_send_error ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.869623Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m191:[0m Cache entry saved successfully [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:35.869725Z[0m [33m WARN[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m203:[0m Save attempt failed, retrying... [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key [3mattempt[0m[2m=[0m1 [3mmax_retries[0m[2m=[0m3 [3merror[0m[2m=[0mNo such file or directory (os error 2)
[INFO] [stdout] [2m2026-03-30T04:53:35.869810Z[0m [31mERROR[0m                               common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_can_not_send ThreadId(39) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m394:[0m grpc call task get an error: get result failed: unary_request failed, callback can not invoke, receiver has been closed.
[INFO] [stdout] [2m2026-03-30T04:53:35.870036Z[0m [31mERROR[0m                  common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_request_service_not_ready ThreadId(40) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m163:[0m unary request service is not ready.get result failed: test_service is not ready.
[INFO] [stdout] [2m2026-03-30T04:53:35.870080Z[0m [31mERROR[0m                  common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_request_service_not_ready ThreadId(40) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m394:[0m grpc call task get an error: get result failed: test_service is not ready.
[INFO] [stdout] [2m2026-03-30T04:53:35.870152Z[0m [31mERROR[0m                        common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_response_send_error ThreadId(42) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m170:[0m unary_request failed, callback can not invoke, send error. get result failed: callback send failed. the receiver has been dropped
[INFO] [stdout] [2m2026-03-30T04:53:35.870203Z[0m [31mERROR[0m                        common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_response_send_error ThreadId(42) [2mnacos_sdk::common::remote::grpc::tonic[0m[2m:[0m [2msrc/common/remote/grpc/tonic.rs[0m[2m:[0m[2m394:[0m grpc call task get an error: get result failed: unary_request failed, callback can not invoke, send error.
[INFO] [stdout] test common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_can_not_send ... ok[2m2026-03-30T04:53:35.893508Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m163:[0m ip:127.0.0.3, port:8848
[INFO] [stdout] [2m2026-03-30T04:53:35.893605Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m170:[0m ip:127.0.0.1, port:8848
[INFO] [stdout] [2m2026-03-30T04:53:35.893628Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m177:[0m ip:127.0.0.2, port:8848
[INFO] [stdout] [2m2026-03-30T04:53:35.893644Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m184:[0m ip:127.0.0.3, port:8848
[INFO] [stdout] [2m2026-03-30T04:53:35.893660Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m191:[0m ip:127.0.0.1, port:8848
[INFO] [stdout] [2m2026-03-30T04:53:35.893675Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m198:[0m ip:127.0.0.2, port:8848
[INFO] [stdout] [2m2026-03-30T04:53:35.893691Z[0m [34mDEBUG[0m                                                common::remote::grpc::server_list_service::tests::test_poll_server_list ThreadId(28) [2mnacos_sdk::common::remote::grpc::server_list_service::tests[0m[2m:[0m [2msrc/common/remote/grpc/server_list_service.rs[0m[2m:[0m[2m205:[0m ip:127.0.0.3, port:8848
[INFO] [stdout] 
[INFO] [stdout] test common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_response_error ... ok
[INFO] [stdout] test common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_request_service_not_ready ... ok
[INFO] [stdout] test common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request_and_response_send_error ... ok
[INFO] [stdout] test common::util::tests::test_check_not_blank ... ok
[INFO] [stdout] test common::util::tests::test_check_not_blank_fail ... ok
[INFO] [stdout] test common::remote::grpc::tonic::tonic_unary_call_tests::test_unary_request ... ok
[INFO] [stdout] test common::util::tests::test_generate_client_id ... ok
[INFO] [stdout] test common::remote::grpc::server_list_service::tests::test_poll_server_list ... ok
[INFO] [stdout] test config::worker::tests::test_client_worker_add_listener ... ignored
[INFO] [stdout] test config::worker::tests::test_client_worker_add_listener_then_remove ... ignored
[INFO] [stdout] test naming::tests::test_batch_register_service ... ignored
[INFO] [stdout] test naming::tests::test_batch_register_service_and_query_all_instances ... ignored
[INFO] [stdout] test naming::tests::test_ephemeral_register_service ... ignored
[INFO] [stdout] test naming::tests::test_get_service_list ... ignored
[INFO] [stdout] test naming::tests::test_persistent_register_service ... ignored
[INFO] [stdout] test naming::tests::test_register_and_deregister_ephemeral_service ... ignored
[INFO] [stdout] test naming::tests::test_register_and_deregister_persistent_service ... ignored
[INFO] [stdout] test naming::tests::test_select_instance ... ignored
[INFO] [stdout] test naming::tests::test_select_one_healthy_instance ... ignored
[INFO] [stdout] test naming::tests::test_service_push ... ignored
[INFO] [stdout] test config::util::tests::test_group_key_and_parse ... ok
[INFO] [stdout] test config::cache::tests::test_cache_data_add_listener ... ok
[INFO] [stdout] test config::cache::tests::test_cache_data_add_listener_then_remove ... ok
[INFO] [stdout] test test_props::test_get_value ... ok
[INFO] [stdout] test test_props::test_get_value_bool ... ok
[INFO] [stdout] test test_props::test_get_value_u32 ... ok
[INFO] [stdout] test tests::it_works_nacos_proto ... ok
[INFO] [stdout] test common::remote::grpc::server_list_service::tests::test_illegal_format - should panic ... ok
[INFO] [stdout] test common::remote::grpc::server_list_service::tests::test_empty_server_list - should panic ... ok
[INFO] [stdout] [2m2026-03-30T04:53:35.971030Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m34:[0m Opening temp file for write [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp
[INFO] [stdout] [2m2026-03-30T04:53:35.973886Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m51:[0m Write and flushed temp file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp
[INFO] [stdout] [2m2026-03-30T04:53:35.973988Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m56:[0m Atomic rename from temp file to target file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key.tmp [3mwrite_path[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:35.974363Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m191:[0m Cache entry saved successfully [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:36.091208Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(13) [1mremove[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m225:[0m Removing cache entry from disk [3mkey[0m[2m=[0m"key" [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:36.091660Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key1"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m183:[0m Saving cache entry to disk [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key1
[INFO] [stdout] [2m2026-03-30T04:53:36.091707Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key1"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m34:[0m Opening temp file for write [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key1.tmp
[INFO] [stdout] [2m2026-03-30T04:53:36.092080Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1mremove[0m[1m{[0m[3mkey[0m[2m=[0m"key"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m230:[0m Cache entry removed successfully [3mkey[0m[2m=[0m"key" [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key
[INFO] [stdout] [2m2026-03-30T04:53:36.094378Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key1"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m51:[0m Write and flushed temp file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key1.tmp
[INFO] [stdout] [2m2026-03-30T04:53:36.094500Z[0m [34mDEBUG[0m                                                                                               nacos-client-thread-pool ThreadId(15) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key1"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m56:[0m Atomic rename from temp file to target file [3mtmp_path[0m[2m=[0m/root/nacos/naming/test-naming/key1.tmp [3mwrite_path[0m[2m=[0m/root/nacos/naming/test-naming/key1
[INFO] [stdout] [2m2026-03-30T04:53:36.096267Z[0m [32m INFO[0m                                                                                               nacos-client-thread-pool ThreadId(13) [1msave[0m[1m{[0m[3mkey[0m[2m=[0m"key1"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m191:[0m Cache entry saved successfully [3mpath[0m[2m=[0m/root/nacos/naming/test-naming/key1
[INFO] [stdout] test common::executor::tests::test_schedule ... ok
[INFO] [stdout] test common::executor::tests::test_spawn_hundred_task ... ok
[INFO] [stdout] [2m2026-03-30T04:53:37.089468Z[0m [32m INFO[0m                                                                                       common::cache::tests::test_cache ThreadId(07) [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m20:[0m Creating DiskStore [3mpath[0m[2m=[0m/root/nacos/naming/test-naming
[INFO] [stdout] [2m2026-03-30T04:53:37.089734Z[0m [32m INFO[0m                                                                                       common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache[0m[2m:[0m [2msrc/common/cache/mod.rs[0m[2m:[0m[2m32:[0m Loading cache by disk-store
[INFO] [stdout] [2m2026-03-30T04:53:37.089792Z[0m [32m INFO[0m                                                                                       common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m93:[0m Loading cache from disk [3mpath[0m[2m=[0m/root/nacos/naming/test-naming
[INFO] [stdout] [2m2026-03-30T04:53:37.090155Z[0m [34mDEBUG[0m                                                                                       common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m155:[0m Loaded cache entry [3mfile[0m[2m=[0mkey1
[INFO] [stdout] [2m2026-03-30T04:53:37.090218Z[0m [32m INFO[0m                                                                                       common::cache::tests::test_cache ThreadId(07) [1mcache[0m[1m{[0m[3mid[0m[2m=[0m"test-id"[1m}[0m[2m:[0m [2mnacos_sdk::common::cache::disk[0m[2m:[0m [2msrc/common/cache/disk.rs[0m[2m:[0m[2m164:[0m Cache loading completed [3mpath[0m[2m=[0m/root/nacos/naming/test-naming [3mloaded[0m[2m=[0m1 [3mfailed[0m[2m=[0m0
[INFO] [stdout] test common::cache::tests::test_cache ... ok
[INFO] [stdout] test common::executor::tests::test_schedule_at_fixed_rate ... ok
[INFO] [stdout] test common::executor::tests::test_schedule_at_fixed_delay ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 19 ignored; 0 measured; 0 filtered out; finished in 8.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nacos_sdk
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/api/naming.rs - api::naming::NamingService (line 135) - compile ... ok
[INFO] [stdout] test src/api/config.rs - api::config::ConfigService (line 9) - compile ... ok
[INFO] [stdout] test src/api/config.rs - api::config::ConfigServiceBuilder (line 250) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 41) - compile ... ok
[INFO] [stdout] test src/api/naming.rs - api::naming::NamingServiceBuilder (line 274) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 58) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.98s; merged doctests compilation took 0.88s
[INFO] running `Command { std: "docker" "inspect" "d5d51aa26d7eb44bf308a02249fa91cebdbb79b77065b967b3779b02844a8f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5d51aa26d7eb44bf308a02249fa91cebdbb79b77065b967b3779b02844a8f5a", kill_on_drop: false }`
[INFO] [stdout] d5d51aa26d7eb44bf308a02249fa91cebdbb79b77065b967b3779b02844a8f5a
